home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / include / linux / radeonfb.h < prev    next >
C/C++ Source or Header  |  2008-10-24  |  295b  |  16 lines

  1. #ifndef __LINUX_RADEONFB_H__
  2. #define __LINUX_RADEONFB_H__
  3.  
  4. #include <asm/ioctl.h>
  5. #include <asm/types.h>
  6.  
  7. #define ATY_RADEON_LCD_ON    0x00000001
  8. #define ATY_RADEON_CRT_ON    0x00000002
  9.  
  10.  
  11. #define FBIO_RADEON_GET_MIRROR    _IOR('@', 3, size_t)
  12. #define FBIO_RADEON_SET_MIRROR    _IOW('@', 4, size_t)
  13.  
  14. #endif
  15.  
  16.